[INFO] fetching crate galvanic-test 0.2.0...
[INFO] fixing galvanic-test-0.2.0 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] extracting crate galvanic-test 0.2.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate galvanic-test 0.2.0
[INFO] finished tweaking crates.io crate galvanic-test 0.2.0
[INFO] tweaked toml for crates.io crate galvanic-test 0.2.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate galvanic-test 0.2.0 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 6 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2292476d76d798b9e69a59e0624c283cc5e59a88c79d94359696e2fa8a3d72e7
[INFO] running `Command { std: "docker" "start" "2292476d76d798b9e69a59e0624c283cc5e59a88c79d94359696e2fa8a3d72e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2292476d76d798b9e69a59e0624c283cc5e59a88c79d94359696e2fa8a3d72e7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2292476d76d798b9e69a59e0624c283cc5e59a88c79d94359696e2fa8a3d72e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2292476d76d798b9e69a59e0624c283cc5e59a88c79d94359696e2fa8a3d72e7" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr]     Checking galvanic-test v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2018 edition to 2021
[INFO] [stderr]        Fixed src/lib.rs (1 fix)
[INFO] [stderr]    Migrating tests/parameterised_test.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/parameterised_fixture.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/galvanic_mock_integration.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/fixture_without_parameters.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/fixture_with_parameters.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/test_with_parameters.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/test_suite.rs from 2018 edition to 2021
[INFO] [stderr]    Migrating tests/fixture_with_members.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
[INFO] [stderr] crater-edition-check: galvanic-test v0.2.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]     Checking galvanic-test v0.2.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: bounds on `Self: Drop` are most likely incorrect, consider instead using `std::mem::needs_drop` to detect whether a type can be trivially dropped
[INFO] [stdout]   --> src/lib.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait TestFixture<'param, P, R>: Drop
[INFO] [stdout]    |                                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(drop_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn setup(&mut self) -> FixtureBinding<Self, R>
[INFO] [stdout]    |              ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn setup(&mut self) -> FixtureBinding<'_, Self, R>
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: bounds on `Self: Drop` are most likely incorrect, consider instead using `std::mem::needs_drop` to detect whether a type can be trivially dropped
[INFO] [stdout]   --> src/lib.rs:19:38
[INFO] [stdout]    |
[INFO] [stdout] 19 | pub trait TestFixture<'param, P, R>: Drop
[INFO] [stdout]    |                                      ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(drop_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lib.rs:27:14
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn setup(&mut self) -> FixtureBinding<Self, R>
[INFO] [stdout]    |              ^^^^^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |              |
[INFO] [stdout]    |              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 27 |     fn setup(&mut self) -> FixtureBinding<'_, Self, R>
[INFO] [stdout]    |                                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_with_parameters.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /     fixture!( test_fixture() -> i32 {
[INFO] [stdout] 20 | |         setup(&mut self) {
[INFO] [stdout] 21 | |             42
[INFO] [stdout] 22 | |         }
[INFO] [stdout] 23 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/parameterised_test.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /     fixture!( parameterised_fixture(x: i32, y: i32) -> i32 {
[INFO] [stdout] 20 | |         params {
[INFO] [stdout] 21 | |             vec![(1,2), (2,3), (3,4)].into_iter()
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_with_parameters.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | /     fixture!( fixture_with_single_param(x: i32) -> i32 {
[INFO] [stdout] 36 | |         setup(&mut self) {
[INFO] [stdout] 37 | |             self.x * 2
[INFO] [stdout] 38 | |         }
[INFO] [stdout] 39 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_with_parameters.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | /     fixture!( fixture_with_params(x: i32, y: i32) -> i32 {
[INFO] [stdout] 52 | |         setup(&mut self) {
[INFO] [stdout] 53 | |             self.x * self.y
[INFO] [stdout] 54 | |         }
[INFO] [stdout] 55 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/parameterised_test.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | /     fixture!( counting_fixture(it: usize) -> () {
[INFO] [stdout] 49 | |         params {
[INFO] [stdout] 50 | |             vec![1, 2, 3].into_iter()
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/parameterised_test.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 | /     fixture!( counting_fixture_1(it: usize) -> () {
[INFO] [stdout] 78 | |         params {
[INFO] [stdout] 79 | |             vec![1, 2, 3].into_iter()
[INFO] [stdout] ...  |
[INFO] [stdout] 87 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> tests/parameterised_test.rs:92:5
[INFO] [stdout]     |
[INFO] [stdout]  92 | /     fixture!( counting_fixture_2(it: usize) -> () {
[INFO] [stdout]  93 | |         params {
[INFO] [stdout]  94 | |             vec![1, 2, 3].into_iter()
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_with_parameters.rs:67:5
[INFO] [stdout]    |
[INFO] [stdout] 67 | /     fixture!( test_fixture1() -> i32 {
[INFO] [stdout] 68 | |         setup(&mut self) {
[INFO] [stdout] 69 | |             42
[INFO] [stdout] 70 | |         }
[INFO] [stdout] 71 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/fixture_with_parameters.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / fixture!( test_fixture(x: i32, y: i32) -> i32 {
[INFO] [stdout] 22 | |     setup(&mut self) {
[INFO] [stdout] 23 | |         self.x * self.y
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/parameterised_fixture.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / fixture!( test_fixture(x: i32, y: i32) -> i32 {
[INFO] [stdout] 20 | |     params {
[INFO] [stdout] 21 | |         vec![(1,1), (2,4), (3,6)].into_iter()
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_with_parameters.rs:73:5
[INFO] [stdout]    |
[INFO] [stdout] 73 | /     fixture!( test_fixture2() -> i32 {
[INFO] [stdout] 74 | |         setup(&mut self) {
[INFO] [stdout] 75 | |             23
[INFO] [stdout] 76 | |         }
[INFO] [stdout] 77 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/fixture_without_parameters.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /     fixture!( setup_only() -> i32 {
[INFO] [stdout] 20 | |         setup(&mut self) {
[INFO] [stdout] 21 | |             42
[INFO] [stdout] 22 | |         }
[INFO] [stdout] 23 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/fixture_without_parameters.rs:46:5
[INFO] [stdout]    |
[INFO] [stdout] 46 | /     fixture!( setup_only() -> i32 {
[INFO] [stdout] 47 | |         setup(&mut self) {
[INFO] [stdout] 48 | |             42
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/parameterised_test.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /     fixture!( parameterised_fixture(x: i32, y: i32) -> i32 {
[INFO] [stdout] 20 | |         params {
[INFO] [stdout] 21 | |             vec![(1,2), (2,3), (3,4)].into_iter()
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `galvanic-test` (test "fixture_without_parameters") due to 2 previous errors
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/parameterised_fixture.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / fixture!( test_fixture(x: i32, y: i32) -> i32 {
[INFO] [stdout] 20 | |     params {
[INFO] [stdout] 21 | |         vec![(1,1), (2,4), (3,6)].into_iter()
[INFO] [stdout] ...  |
[INFO] [stdout] 26 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/fixture_with_parameters.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / fixture!( test_fixture(x: i32, y: i32) -> i32 {
[INFO] [stdout] 22 | |     setup(&mut self) {
[INFO] [stdout] 23 | |         self.x * self.y
[INFO] [stdout] ...  |
[INFO] [stdout] 31 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/fixture_with_members.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / fixture!( with_members(x: i32, y: i32) -> () {
[INFO] [stdout] 20 | |     members {
[INFO] [stdout] 21 | |         data_int: Option<i32>,
[INFO] [stdout] 22 | |         data_float: Option<f32>
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_suite.rs:37:1
[INFO] [stdout]    |
[INFO] [stdout] 37 | / test_suite! {
[INFO] [stdout] 38 | |     name named_test_suite1;
[INFO] [stdout] 39 | |
[INFO] [stdout] 40 | |     fixture test_fixture() -> i32 {
[INFO] [stdout] ...  |
[INFO] [stdout] 49 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` which comes from the expansion of the macro `test_suite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_suite.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / test_suite! {
[INFO] [stdout] 52 | |     name named_test_suite2;
[INFO] [stdout] 53 | |
[INFO] [stdout] 54 | |     fixture fixture_with_params(x: i32, y: i32) -> i32 {
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` which comes from the expansion of the macro `test_suite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_suite.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | / test_suite! {
[INFO] [stdout] 66 | |     name parameterised_test_suite;
[INFO] [stdout] 67 | |
[INFO] [stdout] 68 | |     fixture fixture_with_params(x: i32, y: i32) -> i32 {
[INFO] [stdout] ...  |
[INFO] [stdout] 81 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` which comes from the expansion of the macro `test_suite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/parameterised_test.rs:48:5
[INFO] [stdout]    |
[INFO] [stdout] 48 | /     fixture!( counting_fixture(it: usize) -> () {
[INFO] [stdout] 49 | |         params {
[INFO] [stdout] 50 | |             vec![1, 2, 3].into_iter()
[INFO] [stdout] ...  |
[INFO] [stdout] 58 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/parameterised_test.rs:77:5
[INFO] [stdout]    |
[INFO] [stdout] 77 | /     fixture!( counting_fixture_1(it: usize) -> () {
[INFO] [stdout] 78 | |         params {
[INFO] [stdout] 79 | |             vec![1, 2, 3].into_iter()
[INFO] [stdout] ...  |
[INFO] [stdout] 87 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `galvanic-test` (test "parameterised_fixture") due to 2 previous errors
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]    --> tests/parameterised_test.rs:92:5
[INFO] [stdout]     |
[INFO] [stdout]  92 | /     fixture!( counting_fixture_2(it: usize) -> () {
[INFO] [stdout]  93 | |         params {
[INFO] [stdout]  94 | |             vec![1, 2, 3].into_iter()
[INFO] [stdout] ...   |
[INFO] [stdout] 102 | |     });
[INFO] [stdout]     | |______^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_with_parameters.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | /     fixture!( fixture_with_single_param(x: i32) -> i32 {
[INFO] [stdout] 36 | |         setup(&mut self) {
[INFO] [stdout] 37 | |             self.x * 2
[INFO] [stdout] 38 | |         }
[INFO] [stdout] 39 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_with_parameters.rs:51:5
[INFO] [stdout]    |
[INFO] [stdout] 51 | /     fixture!( fixture_with_params(x: i32, y: i32) -> i32 {
[INFO] [stdout] 52 | |         setup(&mut self) {
[INFO] [stdout] 53 | |             self.x * self.y
[INFO] [stdout] 54 | |         }
[INFO] [stdout] 55 | |     });
[INFO] [stdout]    | |______^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/fixture_with_members.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / fixture!( with_members(x: i32, y: i32) -> () {
[INFO] [stdout] 20 | |     members {
[INFO] [stdout] 21 | |         data_int: Option<i32>,
[INFO] [stdout] 22 | |         data_float: Option<f32>
[INFO] [stdout] ...  |
[INFO] [stdout] 32 | | });
[INFO] [stdout]    | |__^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `galvanic-test` (test "fixture_with_members") due to 2 previous errors
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `galvanic-test` (test "parameterised_test") due to 8 previous errors
[INFO] [stderr] error: could not compile `galvanic-test` (test "fixture_with_parameters") due to 2 previous errors
[INFO] [stderr] error: could not compile `galvanic-test` (test "test_with_parameters") due to 7 previous errors
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_suite.rs:51:1
[INFO] [stdout]    |
[INFO] [stdout] 51 | / test_suite! {
[INFO] [stdout] 52 | |     name named_test_suite2;
[INFO] [stdout] 53 | |
[INFO] [stdout] 54 | |     fixture fixture_with_params(x: i32, y: i32) -> i32 {
[INFO] [stdout] ...  |
[INFO] [stdout] 63 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` which comes from the expansion of the macro `test_suite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0782]: expected a type, found a trait
[INFO] [stdout]   --> tests/test_suite.rs:65:1
[INFO] [stdout]    |
[INFO] [stdout] 65 | / test_suite! {
[INFO] [stdout] 66 | |     name parameterised_test_suite;
[INFO] [stdout] 67 | |
[INFO] [stdout] 68 | |     fixture fixture_with_params(x: i32, y: i32) -> i32 {
[INFO] [stdout] ...  |
[INFO] [stdout] 81 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `fixture` which comes from the expansion of the macro `test_suite` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0782`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `galvanic-test` (test "test_suite") due to 5 previous errors
[INFO] running `Command { std: "docker" "inspect" "2292476d76d798b9e69a59e0624c283cc5e59a88c79d94359696e2fa8a3d72e7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2292476d76d798b9e69a59e0624c283cc5e59a88c79d94359696e2fa8a3d72e7", kill_on_drop: false }`
[INFO] [stdout] 2292476d76d798b9e69a59e0624c283cc5e59a88c79d94359696e2fa8a3d72e7
